home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / uucico_s.lha / uucico_sd.readme < prev    next >
Text File  |  1992-12-20  |  3KB  |  80 lines

  1.  
  2. uucico 1.16.23.sd.1  20-DEC-1992  Steve Drew   (drew@bootrom.cgo.dec.com)
  3. -------------------
  4.  
  5. This is 1.16D uucico plus xferstat patches by John Bickers, and following 
  6. additions by Steve Drew.
  7.  
  8. All the changes are faily minor and have been tested heavily and in use
  9. for months. No enforcer hits.
  10.  
  11.  o Added Mail notify on failure/success file copies (see below)
  12.  
  13.  o Added Packet retransmit loggin. (adds line to uuspool: if any retransmits)
  14.  
  15.    ie:    
  16.    (12/19-00:09:34) uucico,amucexp,drew Retransmitted/Total Packets: 2/133
  17.  
  18.  o GIO changes to Force failure if > %25 packets in error.
  19.  
  20.  o Added 8K (setvbuf) to buffer writes to disk.
  21.  
  22.  o Fixed bug with send_file returning COPYFAIL (otherwise AmigaUUCP could
  23.    loose files on send if protocol error just after startup)
  24.  
  25.  o Logging of phone number dialed to logfile. (even if dial fails).
  26.  
  27.  o Record device used and phone number dailed in xferstat.
  28.  
  29.  o Records if conversation failed to both logfile and xferstat.
  30.  
  31. xferstat example:
  32.  
  33. < bigsys 06-12-92 00:45:36 > 06-12-92 00:45:49 (00:00:13)  1121    590  52%
  34. | g 3  256      427    14155 #        0     7680 #    0    1
  35. | VIA device serial.device unit 0 number 5558014
  36. # Conversation FAILED => LOGFILE
  37.  
  38.  
  39. The source is included for the changed modules since 1.16D, including the
  40. xferstat support.
  41.  
  42. Other features are still waiting to be added to uucico, these are the
  43. ones I needed the most and provide them for anyone to continue to improve
  44. uucico. Just ensure any new versions are can be indentified by changing
  45. the VER and uident strings in the source.
  46.  
  47.  
  48.  
  49. UUCICO mail notification. 
  50. -------------------------
  51.  
  52. This version of uucico will send a mail notification to postmaster on
  53. events such as failed uucp'd files or succesful incoming or outgoing
  54. file copies depending on the value of CopyNotify in the config file.
  55.  
  56. The default is 0, and no notifications will be sent.
  57.  
  58. The mail is always From UUCICO except for incoming file copies for which
  59. the from will be the remote user that sent you the file. 
  60.  
  61.  
  62. -------------Add following to uulib:config file---------------------
  63. # UUCICO, copy notify options
  64. #
  65. #Bitmask:
  66. #
  67. # 1 - notify of send failures that will not be retried (ie denied)
  68. # 2 - notify of send failures that will be retried (ie protocol errors)
  69. # 4 - notify of successfull outgoing file copy (uucp'd copies only)
  70. # 8 - notify of incoming file (uucp'd file copies only)
  71. #16 - notify of incoming failure of anykind
  72. #
  73. # ie set to 31 for all features.
  74. #
  75. # mail is sent to postmaster. So alias postmaster in config file as desired.
  76. #
  77. #Notify of any failures, and any incoming uucp'd copied files
  78. #
  79. CopyNotify   11
  80.